ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.PagedText Namespace / ImGearPagedTextXMPMetadata Class / NPages Property




In This Topic
NPages Property
In This Topic
Gets or sets NPages property of the Paged Text XMP schema. This XMP property specifies number of pages in the document (including any in contained documents).
Syntax
'Declaration
 
Public Property NPages As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearPagedTextXMPMetadata
Dim value As ImGearXMPInteger
 
instance.NPages = value
 
value = instance.NPages

Property Value

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