VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfCheckBoxSimpleFieldAppearanceGenerator Class / PdfCheckBoxSimpleFieldAppearanceGenerator Constructor(Single,Single)
Синтаксис Требования Смотрите также
В этом разделе
    PdfCheckBoxSimpleFieldAppearanceGenerator Constructor(Single,Single)
    В этом разделе
    Инициализирует новый экземпляр класса PdfCheckBoxSimpleFieldAppearanceGenerator.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal defaultHeight
    Высота по умолчанию.
    As Single, _
    ByVal defaultWidth
    Ширина по умолчанию.
    As Single _
    )
    public PdfCheckBoxSimpleFieldAppearanceGenerator(
    float defaultHeight,
    float defaultWidth
    )
    public: PdfCheckBoxSimpleFieldAppearanceGenerator(
    float defaultHeight,
    float defaultWidth
    )
    public:
    PdfCheckBoxSimpleFieldAppearanceGenerator(
    float defaultHeight,
    float defaultWidth
    )

    Parameters

    defaultHeight
    Высота по умолчанию.
    defaultWidth
    Ширина по умолчанию.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также