ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / Presentation Class / GetAspectRatio Method

In This Topic
    GetAspectRatio Method
    In This Topic
    Gets the aspect ratio of the presentation.
    Syntax
    public ValueTuple<int,int> GetAspectRatio()
    Public Function GetAspectRatio() As ValueTuple(Of Integer,Integer)

    Return Value

    The width and height components of the aspect ratio
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also