Accusoft.PdfXpress7.Net
PageList Property (PageArtifactOptions)




Gets and sets the list of pages to have a PageArtifact added to.
Syntax
'Declaration
 
Public Property PageList As PageList
'Usage
 
Dim instance As PageArtifactOptions
Dim value As PageList
 
instance.PageList = value
 
value = instance.PageList
public PageList PageList {get; set;}
public: __property PageList* get_PageList();
public: __property void set_PageList( 
   PageList* value
);
public:
property PageList^ PageList {
   PageList^ get();
   void set (    PageList^ value);
}
Remarks

The default value is an empty PageList object.

Valid values are a valid PageList object.

The PageList collection represents all the page numbers to have a PageArtifact added to from the SourceDocument into the target document. The PageList collection can contain one to many PageRange objects. Each PageRange object can represent a contiguous set of pages. Use multiple PageRange objects for non-contiguous sets of pages.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback