|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPDFDriver
Superseded by IExportPDF. Provides access to members that control the PDF (Portable Document Format) Driver.
Method Summary | |
---|---|
void |
createPDF(String inputFileName,
String outputFileName)
Converts the EMF file to a PDF File. |
IFontMapCollection |
getFontMapCollection()
The Font Map Collection for Font Mapping. |
void |
setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
The Font Map Collection for Font Mapping. |
Method Detail |
---|
IFontMapCollection getFontMapCollection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFontMapCollectionByRef(IFontMapCollection fontMapCollection) throws IOException, AutomationException
fontMapCollection
- A reference to a com.esri.arcgis.output.IFontMapCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createPDF(String inputFileName, String outputFileName) throws IOException, AutomationException
inputFileName
- The inputFileName (in)outputFileName
- The outputFileName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |