PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ResolvedUnit Property

In This Topic
    ResolvedUnit Property (C1PrintDocument)
    In This Topic
    Gets or sets the UnitTypeEnum value that will be used to specify the resolved sizes of objects within the current document (e.g. the sizes of RenderFragment objects representing the render objects in the document).

    This property cannot be changed when the document is generating (i.e. while IsGenerating returns true).

    Syntax
    'Declaration
     
    Public Property ResolvedUnit As UnitTypeEnum
    public UnitTypeEnum ResolvedUnit {get; set;}
    See Also