'Declaration Public Function New( _
ByVal formatThe format of packed (output) PDF document.As Vintasoft.Imaging.Pdf.PdfFormat, _
ByVal encryptionThe encryption of packed (output) PDF document.As Vintasoft.Imaging.Pdf.Security.EncryptionSystem _
)
public PdfDocumentPackCommand(
Vintasoft.Imaging.Pdf.PdfFormat format,
Vintasoft.Imaging.Pdf.Security.EncryptionSystem encryption
)
public: PdfDocumentPackCommand(
Vintasoft.Imaging.Pdf.PdfFormat* format,
Vintasoft.Imaging.Pdf.Security.EncryptionSystem* encryption
)
public:
PdfDocumentPackCommand(
Vintasoft.Imaging.Pdf.PdfFormat^ format,
Vintasoft.Imaging.Pdf.Security.EncryptionSystem^ encryption
)
Parameters
- format
- The format of packed (output) PDF document.
- encryption
- The encryption of packed (output) PDF document.