Debenu Quick PDF logo

SetEmbeddedFileStrProperty

Document properties

Version history

This function was introduced in Quick PDF Library version 7.19.

Description

Sets a property of the specified embedded file.

Syntax

Delphi

function TDebenuPDFLibrary1811.SetEmbeddedFileStrProperty(Index, Tag: Integer; 
  NewValue: WideString): Integer;

ActiveX

Function DebenuPDFLibrary1811.PDFLibrary::SetEmbeddedFileStrProperty(Index As Long,
  Tag As Long, NewValue As String) As Long

DLL

int DPLSetEmbeddedFileStrProperty(int InstanceID, int Index, int Tag,
  wchar_t * NewValue)

Parameters

Index The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount.
Tag 1 = File name
2 = MIME type
3 = Creation date
4 = Modification date
5 = Title
7 = Description
NewValue The new value of the specified property.

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport