'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
Default value is Vintasoft.Imaging.Pdf.Ocr.PdfPageCreationMode.ImageOverText.