ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationView Class / CaptureThumbnail Method / CaptureThumbnail(Int32) Method
Input dpi

In This Topic
    CaptureThumbnail(Int32) Method
    In This Topic
    Captures a bitmap of the PresentationView content.
    Syntax
    public BitmapSource CaptureThumbnail( 
       int dpi
    )
    Public Overloads Function CaptureThumbnail( _
       ByVal dpi As Integer _
    ) As BitmapSource

    Parameters

    dpi
    Input dpi

    Return Value

    A bitmap of the captured content.
    Remarks
    If the view is not ready (IsReady) null will be returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also