VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Formatters Namespace / AnnotationWangFormatter Class / AnnotationWangFormatter Constructor(Resolution)
Syntax Exceptions Requirements SeeAlso
In This Topic
    AnnotationWangFormatter Constructor(Resolution)
    In This Topic
    Initializes a new instance of the AnnotationWangFormatter class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal imageResolution
    The resolution, in dpi, of underlying image.
    As Vintasoft.Imaging.Resolution _
    )
    public AnnotationWangFormatter(
    Vintasoft.Imaging.Resolution imageResolution
    )
    public: AnnotationWangFormatter(
    Vintasoft.Imaging.Resolution imageResolution
    )
    public:
    AnnotationWangFormatter(
    Vintasoft.Imaging.Resolution imageResolution
    )

    Parameters

    imageResolution
    The resolution, in dpi, of underlying image.
    Exceptions
    ExceptionDescription
    Thrown if imageResolution has horizontal and/or vertical resolution equal to 0.
    Requirements

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

    See Also