Class PointAndShootInfo
Inheritance
System.Object
PointAndShootInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class PointAndShootInfo
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 |
---|---|
System.Collections.Generic.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 |