ImageGear v26.0 - Updated
NPages Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.PagedText Namespace > ImGearPagedTextXMPMetadata Class : NPages Property
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
public ImGearXMPInteger NPages {get; set;}
public: __property ImGearXMPInteger* get_NPages();
public: __property void set_NPages( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ NPages {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

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

Reference

ImGearPagedTextXMPMetadata Class
ImGearPagedTextXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.