See Also

Prepress Members

Description

Represents the prepress settings.

For a list of all members defined in this module, see Prepress members.

Interfaces

Implemented InterfaceDescription
Object 

Example

[ASP - VBScript] 

<!-- METADATA TYPE="typelib" UUID="{DF9225FE-94A4-490D-8CAD-E8366CE621D3}"--> 
<% 
    'Create document 
    Dim MyDocument 
    Set MyDocument = Server.CreateObject( "DynamicPDF.Document" ) 
    'Add Page 
    Dim MyPage 
    Set MyPage = MyDocument.AddPage() 
    'Set Prepress details 
    MyDocument.Prepress.PdfXVersion = DPDF_PdfXVersion_PDF_X_1a_2003 
    MyDocument.Prepress.AddBuiltinOutputIntent(DPDF_OutputIntentType_USWebCoatedSwop) 
    MyDocument.Prepress.Trapped = DPDF_Trapped_False 
    'Output the PDF 
    MyDocument.DrawToWeb() 
%>

See Also

Prepress Members

 

 


© Copyright 2007, ceTe Software