ImageGear v26.3 - Updated
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
    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