VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentPackCommand Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfDocumentPackCommand Class
    In This Topic
    A processing command that packs PDF document.
    Object Model
    PdfFormat EncryptionSystem PdfDocumentPackCommand
    Syntax
    'Declaration
    
    Public Class PdfDocumentPackCommand
       Inherits Vintasoft.Imaging.Processing.ProcessingCommand(Of TTarget)
    
    
    public class PdfDocumentPackCommand : Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
    
    
    public __gc class PdfDocumentPackCommand : public Vintasoft.Imaging.Processing.ProcessingCommand<TTarget*>*
    
    
    public ref class PdfDocumentPackCommand : public Vintasoft.Imaging.Processing.ProcessingCommand<TTarget^>^
    
    
    Remarks

    Command will save converted document into new source if OutputFilename or OutputStream property is NOT null.
    Command will save converted document into the current source if OutputFilename and OutputStream properties are null.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Processing.ProcessingCommand<Vintasoft.Imaging.Pdf.PdfDocument>
          Vintasoft.Imaging.Pdf.Processing.PdfDocumentPackCommand

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also