The AnnEncryptObject Constructor(Boolean,Boolean,Boolean) is available in LEADTOOLS Document and Medical Imaging toolkits.
Initializes a new instance of AnnEncryptObject object.Visual Basic (Declaration) | |
---|---|
Protected Function New( _ ByVal supportsPen As Boolean, _ ByVal supportsBrush As Boolean, _ ByVal supportsFont As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim supportsPen As Boolean Dim supportsBrush As Boolean Dim supportsFont As Boolean Dim instance As New AnnEncryptObject(supportsPen, supportsBrush, supportsFont) |
C# | |
---|---|
protected AnnEncryptObject( bool supportsPen, bool supportsBrush, bool supportsFont ) |
C++/CLI | |
---|---|
protected: AnnEncryptObject( bool supportsPen, bool supportsBrush, bool supportsFont ) |
Parameters
- supportsPen
- true if this object will support a pen; otherwise false.
- supportsBrush
- true if this object will support a brush; otherwise false.
- supportsFont
- true if this object will support a font; otherwise false.
This constructor is intended for derived classes that extend the functionality of the AnnEncryptObject class.
Please note that the AnnEncryptObject object does not support rotation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7