Symbol Class

Neo smartpen SDK

Symbol Class

A class representing a Symbol in metadata
Inheritance Hierarchy
SystemObject  Neosmartpen.Net.Metadata.ModelSymbol

Namespace:  Neosmartpen.Net.Metadata.Model
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class Symbol

The Symbol type exposes the following members.

Constructors
  NameDescription
Public methodSymbol
Initializes a new instance of the Symbol class
Top
Properties
  NameDescription
Public propertyAction
Action : Email etc.
Public propertyBook
Book Code
Public propertyCustomShapePoints
Polygon Points
Public propertyHeight
Height
Public propertyId
Symbol ID
Public propertyName
Symbol's Name
Public propertyNextLink
Next Linked Symbol ID
Public propertyOwner
Owner
Public propertyPage
The number of the page where the symbol is located
Public propertyPageName
Public propertyParam
param (Used only in Nproj 2.2 ver)
Public propertyPreviousLink
Previous Linked Symbol ID
Public propertySection
Section
Public propertyType
Symbol Type = Rectangle, Trangle, Ellipse, Polygon etc.
Public propertyWidth
Width
Public propertyX
coord X
Public propertyY
coord Y
Top
Methods
  NameDescription
Public methodContains(Stroke, Single, Single)
Function to check whether strokes and symbols overlap
Public methodContains(Single, Single, Single, Single)
Function to check whether point and symbols overlap
Public methodContains(Int32, Int32, Int32, Int32, Single, Single, Single, Single)
Function to check whether point and symbols overlap
Top
Fields
  NameDescription
Public fieldStatic memberPixel2DotScaleFactor
Top
See Also