PrintDocument for WinForms
GraphicsSizeEqualToObjectSize プロパティ (RenderGraphics)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderGraphics クラス : GraphicsSizeEqualToObjectSize プロパティ
Gets or sets value indicating whether size of RenderGraphics.Graphics object managed by this RenderGraphics same as RenderGraphics size. Set this property to true if you want to create image with exact sizes. If this property is true then Width and Height should be specified as absolute values (10mm, 1inch for example). RenderGraphics.GraphicsSizeEqualToObjectSize should be specified as true and Width and Height should be specified in absolute units before accessing to RenderGraphics.Graphics property.
シンタックス
'宣言
 
Public Property GraphicsSizeEqualToObjectSize As System.Boolean
'使用法
 
Dim instance As RenderGraphics
Dim value As System.Boolean
 
instance.GraphicsSizeEqualToObjectSize = value
 
value = instance.GraphicsSizeEqualToObjectSize
public System.bool GraphicsSizeEqualToObjectSize {get; set;}
参照

RenderGraphics クラス
RenderGraphics メンバ