GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / ClipRegionsToPageBounds Property





In This Topic
ClipRegionsToPageBounds Property (GdViewer)
In This Topic
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