PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / ResolvedUnit Property

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

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

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