Debenu Quick PDF logo

SetMeasureDictLPTSItem

Measurement and coordinate units

Version history

This function was introduced in Quick PDF Library version 8.11.

Description

Sets the value of an item in the LPTS array of a measurement dictionary.

Syntax

Delphi

function TDebenuPDFLibrary1811.SetMeasureDictLPTSItem(MeasureDictID, 
  ItemIndex: Integer; NewValue: Double): Integer;

ActiveX

Function DebenuPDFLibrary1811.PDFLibrary::SetMeasureDictLPTSItem(
  MeasureDictID As Long, ItemIndex As Long, NewValue As Double) As Long

DLL

int DPLSetMeasureDictLPTSItem(int InstanceID, int MeasureDictID, int ItemIndex,
  double NewValue)

Parameters

MeasureDictID A value returned from the GetImageMeasureDict function
ItemIndex The index of the item to set. The first item has an index of 1.
NewValue The new value of the item.

Return values

0 The MeasureDictID parameter was incorrect or the ItemIndex parameter was out of range
1 Success

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport