Skip to main content
All docs
V24.1

PdfSignatureOptions.ImageSource Property

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public ImageSource ImageSource { get; set; }

Property Value

Type
ImageSource

Property Paths

You can access this nested property as listed below:

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