useCurrentView property
Gets or sets a value that indicates whether the current innermost SVG document fragment is the standard view (that is, based on attributes of the svg element such as ISVGFitToViewBox::viewBox) or a custom view (that is, a hyperlink into a particular view or other element.
![]() ![]() |
Syntax
HRESULT value = object.put_useCurrentView( vCurrentView);HRESULT value = object.get_useCurrentView(* pCurrentView);
Property values
Type: VARIANT_BOOL
That specifies the current view.TRUE if the initial view is a custom view; FALSE if the view is the standard view.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
Show:

