PageRange Property (GdPicturePDF.SmartRedactionOptions)
Specifies page range of the input document to be processed.
'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.