public enum PdfEncryption { PdfEncryptionUnknown = -1, PdfEncryptionNone = 0, PdfEncryption40BitRC4 = 1, PdfEncryption128BitRC4 = 2, PdfEncryption128BitAES = 3, PdfEncryption256BitAES = 4 }
Public Enum PdfEncryption PdfEncryptionUnknown = -1 PdfEncryptionNone = 0 PdfEncryption40BitRC4 = 1 PdfEncryption128BitRC4 = 2 PdfEncryption128BitAES = 3 PdfEncryption256BitAES = 4 End Enum
This is record PdfEncryption.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|