'Declaration Public Property PageAppearance As DocumentPageAppearance
public DocumentPageAppearance PageAppearance { get; set; }
public: __property DocumentPageAppearance* get_PageAppearance(); public: __property void set_PageAppearance(
DocumentPageAppearance* value
);
public:
property DocumentPageAppearance^ PageAppearance { DocumentPageAppearance^ get(); void set(DocumentPageAppearance^ value); }