'Declaration Public Function AddSelectionInPageSpace( _
ByVal pageThe page.As DocumentPage, _
ByVal contentAreaNameThe name of content area.As System.String, _
ByVal startPointThe start point, in page space.As System.Nullable(Of VintasoftPoint), _
ByVal endPointThe end point, in page space.As System.Nullable(Of VintasoftPoint) _
) As Vintasoft.Imaging.Office.Vmf.UI.VmfContentInfo
public Vintasoft.Imaging.Office.Vmf.UI.VmfContentInfo AddSelectionInPageSpace(
DocumentPage page,
System.String contentAreaName,
System.Nullable<VintasoftPoint> startPoint,
System.Nullable<VintasoftPoint> endPoint
)
public: Vintasoft.Imaging.Office.Vmf.UI.VmfContentInfo* AddSelectionInPageSpace(
DocumentPage* page,
System.String contentAreaName,
System.Nullable<VintasoftPoint*>* startPoint,
System.Nullable<VintasoftPoint*>* endPoint
)
public:
Vintasoft.Imaging.Office.Vmf.UI.VmfContentInfo^ AddSelectionInPageSpace(
DocumentPage^ page,
System.String contentAreaName,
System.Nullable<VintasoftPoint^>^ startPoint,
System.Nullable<VintasoftPoint^>^ endPoint
)
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.