'Declaration
Public Property MaxPageSize As ImGearXMPDimensions
'Usage
Dim instance As ImGearPagedTextXMPMetadata
Dim value As ImGearXMPDimensions
instance.MaxPageSize = value
value = instance.MaxPageSize
public ImGearXMPDimensions MaxPageSize {get; set;}
public: __property ImGearXMPDimensions* get_MaxPageSize();
public: __property void set_MaxPageSize(
ImGearXMPDimensions* value
);
public:
property ImGearXMPDimensions^ MaxPageSize {
ImGearXMPDimensions^ get();
void set ( ImGearXMPDimensions^ value);
}