VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageSize Class / FromPaperKind Methods / FromPaperKind(PaperSizeKind) Method
Syntax Requirements SeeAlso
In This Topic
    FromPaperKind(PaperSizeKind) Method (ImageSize)
    In This Topic
    Creates the new ImageSize from specified PaperSizeKind.
    Syntax
    'Declaration
    
    Public Overloads Shared Function FromPaperKind( _
    ByVal paperSize
    Standard size of paper.
    As PaperSizeKind _
    ) As ImageSize
    public static ImageSize FromPaperKind(
    PaperSizeKind paperSize
    )
    public: static ImageSize* FromPaperKind(
    PaperSizeKind paperSize
    )
    public:
    static ImageSize^ FromPaperKind(
    PaperSizeKind paperSize
    )

    Parameters

    paperSize
    Standard size of paper.

    Return Value

    New instance of ImageSize class.
    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