Skip to main content
A newer version of this page is available. .
All docs
V20.2

PdfSignatureOptions.ImageSource Property

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[DefaultValue("")]
public ImageSource ImageSource { get; set; }

Property Value

Type Default
ImageSource String.Empty

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageSource
PdfExportOptions
.SignatureOptions .ImageSource
See Also