Class PointAndShootInfo
Inheritance
System.Object
PointAndShootInfo
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class PointAndShootInfo : object
Constructors
PointAndShootInfo()
Creates a new instance of this class
Declaration
public PointAndShootInfo()
Properties
Box
The bounding box of the selected content.
Declaration
public List<DWRectangle> Box { get; set; }
Property Value
Type | Description |
---|---|
List<DWRectangle> |
PageNumber
The number of the page on which the selected content is.
Declaration
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |