GdPicture.NET.14.API
GdPicture14 Namespace / BeforeAlternativeFontLookupArgs Class / Cancel Property





In This Topic
Cancel Property (BeforeAlternativeFontLookupArgs)
In This Topic
A flag specifying if the substitution process must be aborted.
Syntax
'Declaration
 
Public Property Cancel As Boolean
public bool Cancel {get; set;}
public read-write property Cancel: Boolean; 
public function get,set Cancel : boolean
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}
See Also