'Declaration Public Overrides Property MarkType As Vintasoft.Imaging.Pdf.PdfRedactionMarkType
public override Vintasoft.Imaging.Pdf.PdfRedactionMarkType MarkType { get; set; }
public: __property Vintasoft.Imaging.Pdf.PdfRedactionMarkType get_MarkType(); override; public: __property void set_MarkType(
Vintasoft.Imaging.Pdf.PdfRedactionMarkType value
); override;
public:
property Vintasoft.Imaging.Pdf.PdfRedactionMarkType MarkType { Vintasoft.Imaging.Pdf.PdfRedactionMarkType get() override;; void set(Vintasoft.Imaging.Pdf.PdfRedactionMarkType value) override;; }