VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPageCollection Class / CreateThumbnails Methods / CreateThumbnails(Int32,Int32) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateThumbnails(Int32,Int32) Method (PdfPageCollection)
    In This Topic
    Creates thumbnails for all pages of this PDF document.
    Syntax
    'Declaration
    
    Public Overloads Sub CreateThumbnails( _
    ByVal width
    Thumbnail width.
    As System.Int32, _
    ByVal height
    Thumbnail height.
    As System.Int32 _
    )
    public void CreateThumbnails(
    System.Int32 width,
    System.Int32 height
    )
    public: void CreateThumbnails(
    System.Int32 width,
    System.Int32 height
    )
    public:
    void CreateThumbnails(
    System.Int32 width,
    System.Int32 height
    )

    Parameters

    width
    Thumbnail width.
    height
    Thumbnail height.
    Remarks

    This method will render thumbnails using current rendering settings of this PDF document and compress thumbnail resources using JPEG compression with 80% quality.

    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