PdfFileSpecificationEncryptedPayload Property |
(PDF 2.0; Required if this file specification references an encrypted payload document) The value of this property is a
PdfEncryptedPayload which identifies that the file specified in the
EmbeddedFile is an encrypted payload.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfEncryptedPayload EncryptedPayload { get; }
Public ReadOnly Property EncryptedPayload As PdfEncryptedPayload
Get
Property Value
PdfEncryptedPayload
The value of this property is a
PdfEncryptedPayload which identifies that the file specified in the
EmbeddedFile is an encrypted payload.
See Also