ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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