'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> <DescriptionAttribute("The command that uses to burn annotations on the PDF page.")> Public Property BurnAnnotationsCommand As PdfPageBurnAnnotationsCommand
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The command that uses to burn annotations on the PDF page.")] public PdfPageBurnAnnotationsCommand BurnAnnotationsCommand { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The command that uses to burn annotations on the PDF page.")] public: __property PdfPageBurnAnnotationsCommand* get_BurnAnnotationsCommand(); public: __property void set_BurnAnnotationsCommand(
PdfPageBurnAnnotationsCommand* value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("The command that uses to burn annotations on the PDF page.")] public:
property PdfPageBurnAnnotationsCommand^ BurnAnnotationsCommand { PdfPageBurnAnnotationsCommand^ get(); void set(PdfPageBurnAnnotationsCommand^ value); }