com.esri.arcgis.carto
Interface IDocumentInfo3

All Superinterfaces:
IDocumentInfo2, Serializable
All Known Implementing Classes:
DocumentInfo

public interface IDocumentInfo3
extends IDocumentInfo2, Serializable

Provides access to members that control the Document Info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getAccessConstraints()
          The access constraints of document info.
 IPicture getThumbnail()
          The thumbnail of document info.
 void setAccessConstraints(String pConstraints)
          The access constraints of document info.
 void setThumbnail(IPicture ppThumbnail)
          The thumbnail of document info.
 
Methods inherited from interface com.esri.arcgis.carto.IDocumentInfo2
getAuthor, getCategory, getComments, getCredits, getDateExported, getDatePrinted, getDateSaved, getDocumentTitle, getFolder, getHyperlinkBase, getKeywords, getName, getPath, getSubject, isRelativePaths, isSavePreview, setAuthor, setCategory, setComments, setCredits, setDocumentTitle, setHyperlinkBase, setKeywords, setRelativePaths, setSavePreview, setSubject
 

Method Detail

getAccessConstraints

String getAccessConstraints()
                            throws IOException,
                                   AutomationException
The access constraints of document info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pConstraints
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAccessConstraints

void setAccessConstraints(String pConstraints)
                          throws IOException,
                                 AutomationException
The access constraints of document info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pConstraints - The pConstraints (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnail

IPicture getThumbnail()
                      throws IOException,
                             AutomationException
The thumbnail of document info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IPicture
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThumbnail

void setThumbnail(IPicture ppThumbnail)
                  throws IOException,
                         AutomationException
The thumbnail of document info.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppThumbnail - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.