In This Topic
GdPicture14.WPF Namespace / GdViewer Class / ClipAnnotsToPageBounds Property

ClipAnnotsToPageBounds Property (GdViewer)

In This Topic
Specifies if GdPicture/XMP annotations must be clipped to page bounds. Default value is true.
Syntax
'Declaration
 
Public Property ClipAnnotsToPageBounds As Boolean
public bool ClipAnnotsToPageBounds {get; set;}
public read-write property ClipAnnotsToPageBounds: Boolean; 
public function get,set ClipAnnotsToPageBounds : boolean
public: __property bool get_ClipAnnotsToPageBounds();
public: __property void set_ClipAnnotsToPageBounds( 
   bool value
);
public:
property bool ClipAnnotsToPageBounds {
   bool get();
   void set (    bool value);
}
See Also