windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-158d6444.md
This API is now obsolete. You don't need the ShowImagePlaceholder property anymore.
Gets or sets a value which indicates whether to show placeholders for images in unsupported image formats.
Namespace : DevExpress.XtraPdfViewer
Assembly : DevExpress.XtraPdfViewer.v25.2.dll
NuGet Package : DevExpress.Win.PdfViewer
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This API is now obsolete. You don't need the ShowImagePlaceholder property anymore.")]
public bool ShowImagePlaceholder { get; set; }
<Obsolete("This API is now obsolete. You don't need the ShowImagePlaceholder property anymore.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ShowImagePlaceholder As Boolean
| Type | Description |
|---|---|
| Boolean |
true to show image placeholders in unsupported image formats; otherwise false.
|
The ShowImagePlaceholder property can be used with the PdfViewer.CreateTiff, PdfViewer.CreateBitmap or PdfViewer.Print method.
See Also