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

PdfSignatureOptions.ImageSource Property

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.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