←Select platform

AnnEncryptObject Constructor(bool,bool,bool)

Summary

Initializes a new instance of AnnEncryptObject object.

Syntax

C#
VB
C++
  
Protected Function New( _ 
   ByVal supportsPen As Boolean, _ 
   ByVal supportsBrush As Boolean, _ 
   ByVal supportsFont As Boolean _ 
) 
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.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly