INote Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by INote.

Public Properties

 NameDescription
 PropertyBackgroundBorderOffsetFactorGets or sets the factor by which to offset the border for the background of this Note.  
 PropertyBackgroundFillColorGets or sets the background fill Color of this Note.  
 PropertyBackgroundMaskGets whether to show a background Mask in the Note.  
 PropertyColorGets or sets the LineColor of this Note.  
 PropertyDirectionGets or sets the direction of the Note.  
 PropertyErasedGets or sets whether to erase or restore the Note.  
 PropertyHandleGets the value of the handle for the Note.  
 PropertyJustifyGets or sets how to justify the text in the Note.  
 PropertyLayerGets or sets the name of the Layer for the Note.  
 PropertyLineScaleGets or sets the scale factor for the Note's LineStyle.  
 PropertyLineSpaceDistanceGets or sets the distance between each line in the Note.  
 PropertyLineSpaceFactorGets or sets the scale factor for line spacing for the Note.  
 PropertyLineSpacingStyleGets or sets the style of line spacing for the Note.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Note.  
 PropertyLineWeightGets or sets the LineWeight for the Note.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Note.  
 PropertyRotationGets or sets the angle of rotation of the Note.  
 PropertyTextGets or sets the text of the Note.  
 PropertyTextHeightGets or sets the height of the text in the Note.  
 PropertyTextStyleGets or sets the name of the TextStyle in the Note.  
 PropertyTransparencyGets or sets the transparency object for this Note.  
 PropertyUseDrawingBackgroundColorGets or sets whether to use the background color of the drawing as the background color of this Note.  
 PropertyVisible

Gets or sets whether to show the Note in the drawing.

 
 PropertyWidthGets or sets the width of the Note.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Note.  
 MethodDeleteCustomDataDeletes the specified custom data from the Note.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Note.  
 MethodGetBoundingBoxGets the bounding box enclosing the Note.  
 MethodGetCustomDataGets the specified custom data for the Note.  
 MethodGetExtensionDictionaryGets the dictionary for the Note.  
 MethodGetHyperLinkGets the hyperlink attached to the Note.  
 MethodGetNormalGets the vector normal to this Note.  
 MethodGetPositionGets the upper-left corner coordinates of the Note.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Note, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Note to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the Note.  
 MethodSetHyperLinkAttaches a hyperlink to the Note.  
 MethodSetNormalSets the vector normal to this Note.  
 MethodSetPositionSets the position of the Note.  
Top

See Also