'Declaration Public Property appearance As WebPdfRedactionMarkAppearance
public WebPdfRedactionMarkAppearance appearance { get; set; }
public: __property WebPdfRedactionMarkAppearance* get_appearance(); public: __property void set_appearance(
WebPdfRedactionMarkAppearance* value
);
public:
property WebPdfRedactionMarkAppearance^ appearance { WebPdfRedactionMarkAppearance^ get(); void set(WebPdfRedactionMarkAppearance^ value); }