VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfDocument Class / CreateAttachments(Boolean) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateAttachments(Boolean) Method (PdfDocument)
    In This Topic
    Creates the Attachments (Portfolio).
    Syntax
    'Declaration
    
    Public Sub CreateAttachments( _
    ByVal useFolders
    A value indicating whether portfolio with folders (PDF 1.7 ExtensionLevel 3) must be created.
    As Boolean _
    )
    public void CreateAttachments(
    bool useFolders
    )
    public: void CreateAttachments(
    bool useFolders
    )
    public:
    void CreateAttachments(
    bool useFolders
    )

    Parameters

    useFolders
    A value indicating whether portfolio with folders (PDF 1.7 ExtensionLevel 3) must be created.
    Exceptions
    ExceptionDescription
    Thrown if document already has attachments.
    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