Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
TccDocument.GetBlobMimeType
TccDocument.GetBlobMimeType
Juli 28, 2016
Parameter
(BlobId : Integer) : String;
Beschreibung
Die Funktion gibt den MimeType des Blobs mit der angegebenen Id BlobId zurück. BlobId startet bei 0 und geht bis BlobCount-1.
Beispielsweise application/pdf.
Beispiel
for i:=0 to Document.BlobCount-1 do
begin
ShowMessage(Document.GetBlobMimeType(i));
end;
, multiple selections available, Use left or right arrow keys to navigate selected items