Click or drag to resize

DocumentAppendingEventArgsRenderDpi Property

Gets a value indicating the resolution in dots per inch (DPI) at which this document was rendered.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int RenderDpi { get; }

Property Value

Type: Int32
Remarks

If AppendType is Data, the DataToAppend will be rendered at this same resolution. If AppendType is Document, the DocumentToAppend must have been loaded into RAD PDF with this same resolution.

See Also