Skip to main content
All docs
V23.2

PdfSignatureOptions.ImageSource Property

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.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