ClipRegionsToPageBounds Property (GdViewer)
In This Topic
Specifies if region areas must be clipped to page bounds.
Default value is false.
Syntax
'Declaration
Public Property ClipRegionsToPageBounds As Boolean
public bool ClipRegionsToPageBounds {get; set;}
public read-write property ClipRegionsToPageBounds: Boolean;
public function get,set ClipRegionsToPageBounds : boolean
public: __property bool get_ClipRegionsToPageBounds();
public: __property void set_ClipRegionsToPageBounds(
bool value
);
public:
property bool ClipRegionsToPageBounds {
bool get();
void set ( bool value);
}
See Also