This document is archived and information here might be outdated. Recommended version. |
Indicates if relative path is used when the document is saved.
[Visual Basic .NET]
Public Property RelativePaths As Boolean
[C#]
public bool RelativePaths {get; set;}
[C++]
HRESULT get_RelativePaths(
Boolean* useRelativePaths
);
[C++]
HRESULT put_RelativePaths(
VARIANT_BOOL useRelativePaths
);
[C++] Parameters useRelativePaths [out, retval]
useRelativePaths is a parameter of type bool* useRelativePaths [in]
useRelativePaths is a parameter of type bool