AutoPlay Media Studio 9

PDF.SetProperties

PDF.SetProperties

This is the first topic This is the last topic  

PDF.SetProperties

This is the first topic This is the last topic  

OverviewExamples

PDF.SetProperties (

string ObjectName,

table Properties )

Example 1

-- Create the properties table to set for the object.

tbProps = {};

tbProps.Page = PAGE_STANDARD;

tbProps.ShowToolbar = false;

 

-- Set the properties for the object.

PDF.SetProperties("PDF1", tbProps);

Makes the PDF object named "PDF1" show the page with no bookmarks or thumbs and to not show a toolbar.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us