ImageGear .NET - Updated
MaxPageSize Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.PagedText Namespace > ImGearPagedTextXMPMetadata Class : MaxPageSize Property
Gets or sets MaxPageSize property of the Paged Text XMP schema. This XMP property specifies size of the largest page in the document (including any in contained documents).
Syntax
'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);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDimensions class value.
See Also

Reference

ImGearPagedTextXMPMetadata Class
ImGearPagedTextXMPMetadata Members