Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public bool GenerateChecksum { get; set; } |
Visual Basic |
---|
Public Property GenerateChecksum As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool GenerateChecksum {
bool get ();
void set (bool value);
} |
See Also