VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Ocr Namespace / SearchablePdfGenerator Class / PageCreationMode Property
Синтаксис Требования Смотрите также
В этом разделе
    PageCreationMode Свойство (SearchablePdfGenerator)
    В этом разделе
    Возвращает или задает режим, определяющий способ создания PDF страницы.
    Синтаксис
    '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

    Значение по умолчанию - Vintasoft.Imaging.Pdf.Ocr.PdfPageCreationMode.ImageOverText.
    Требования

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

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