VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentVisualEditor Class / GetContentInPageSpace(DocumentPage,String,Nullable<VintasoftPoint>,Nullable<VintasoftPoint>) Method
Syntax Requirements SeeAlso
In This Topic
    GetContentInPageSpace(DocumentPage,String,Nullable<VintasoftPoint>,Nullable<VintasoftPoint>) Method (DocumentVisualEditor)
    In This Topic
    Returns the content, which is located in specified region in specified content area of document page.
    Syntax

    Parameters

    page
    The page.
    contentAreaName
    The name of content area.
    startPoint
    The start point, in page space.
    endPoint
    The end point, in page space.

    Return Value

    The content.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also