VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageColorBlendingCommand Class / BurnAnnotationsCommand Property
Синтаксис Требования Смотрите также
В этом разделе
    BurnAnnotationsCommand Свойство (PdfPageColorBlendingCommand)
    В этом разделе
    Возвращает или задает команду, которая используется для записи аннотаций на PDF страницу.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The command that uses to burn annotations on the PDF page.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    Public Property BurnAnnotationsCommand As PdfPageBurnAnnotationsCommand
    
    
    [Description("The command that uses to burn annotations on the PDF page.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public PdfPageBurnAnnotationsCommand BurnAnnotationsCommand { get; set; }
    
    
    [Description("The command that uses to burn annotations on the PDF page.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public: __property PdfPageBurnAnnotationsCommand* get_BurnAnnotationsCommand();
    public: __property void set_BurnAnnotationsCommand(
    PdfPageBurnAnnotationsCommand* value
    );
    [Description("The command that uses to burn annotations on the PDF page.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public:
    property PdfPageBurnAnnotationsCommand^ BurnAnnotationsCommand { PdfPageBurnAnnotationsCommand^ get(); void set(PdfPageBurnAnnotationsCommand^ value); }
    Требования

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

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