WebOptions object (Publisher)

Represents the properties of a web publication, including options for saving and encoding the publication, and enabling web-safe fonts and font schemes. The WebOptions object is a member of the Application object.

Remarks

The properties of the WebOptions object are used to specify the behavior of web publications. This means that when any of these properties are modified, newly created web publications inherit the modified properties.

Note

The WebOptions object is available from print publications and web publications. However, the properties of this object have no effect on print publications.

Use the WebOptions property of the Application object to return a WebOptions object.

Example

The following example sets an object variable equal to the Microsoft Publisher WebOptions object.

Dim theWO As WebOptions 
 
Set theWO = Application.WebOptions

Properties

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.