ImageGear for .NET
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback