VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / PageCreationMode Property
Syntax Requirements SeeAlso
In This Topic
    PageCreationMode Property (SearchablePdfGenerator)
    In This Topic
    Gets or sets the mode that defines how to create PDF page.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The mode that defines how to create PDF page.")>
    <CategoryAttribute("PDF")>
    Public Property PageCreationMode As PdfPageCreationMode
    
    
    [Description("The mode that defines how to create PDF page.")]
    [Category("PDF")]
    public PdfPageCreationMode PageCreationMode { get; set; }
    
    
    [Description("The mode that defines how to create PDF page.")]
    [Category("PDF")]
    public: __property PdfPageCreationMode get_PageCreationMode();
    public: __property void set_PageCreationMode(
    PdfPageCreationMode value
    );
    [Description("The mode that defines how to create PDF page.")]
    [Category("PDF")]
    public:
    property PdfPageCreationMode PageCreationMode { PdfPageCreationMode get(); void set(PdfPageCreationMode value); }

    Property Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also