ArcObjects Library Reference (EditorExt)  

ITabletExt.ProjectInkGraphicGeometry Property

Indicates whether Ink Graphics should be rendered as polylines when projected.

[Visual Basic .NET]
Public Property ProjectInkGraphicGeometry As Boolean
[C#]
public bool ProjectInkGraphicGeometry {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Sets whether or not ink will rendered as polylines when the data frame is projected. If the projection is quite different from the projection that ink was captured, the ink display result may be less than desirable. By rendering as polyline geometry, the result will be slightly coarse, but more legible.

See Also

ITabletExt Interface