ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.PagedText Namespace / ImGearPagedTextXMPMetadata Class / MaxPageSize Property




In This Topic
    MaxPageSize Property
    In This Topic
    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