GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF.SmartRedactionOptions Class / PageRange Property





In This Topic
PageRange Property (GdPicturePDF.SmartRedactionOptions)
In This Topic
Specifies page range of the input document to be processed.
Syntax
'Declaration
 
Public Property PageRange As String
public string PageRange {get; set;}
public read-write property PageRange: String; 
public function get,set PageRange : String
public: __property string* get_PageRange();
public: __property void set_PageRange( 
   string* value
);
public:
property String^ PageRange {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value is "*", meaning all pages.
See Also